'Declaration
Public Function ExcludeIntersectionWithRect( _ ByVal exclude As GdPictureRectangleF, _ ByVal epsilon As Single _ ) As List(Of GdPictureRectangleF)
public List<GdPictureRectangleF> ExcludeIntersectionWithRect( GdPictureRectangleF exclude, float epsilon )
public function ExcludeIntersectionWithRect( exclude: GdPictureRectangleF; epsilon: Single ): List;
public function ExcludeIntersectionWithRect( exclude : GdPictureRectangleF, epsilon : float ) : List;
public: List<GdPictureRectangleF*>* ExcludeIntersectionWithRect( GdPictureRectangleF* exclude, float epsilon )
public: List<GdPictureRectangleF^>^ ExcludeIntersectionWithRect( GdPictureRectangleF^ exclude, float epsilon )
Parameters
- exclude
- epsilon